projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e2f4c8
)
Disable debug build by default.
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 9 Mar 2010 10:00:37 +0000
(10:00 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 9 Mar 2010 10:00:37 +0000
(10:00 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Config.mk
patch
|
blob
|
history
diff --git
a/Config.mk
b/Config.mk
index 1cebb31004c916b8c502de4eb0ba5ee09b023925..a0dc40e27286af4402e6c28e53d653152c9a39f4 100644
(file)
--- a/
Config.mk
+++ b/
Config.mk
@@
-1,7
+1,7
@@
# -*- mode: Makefile; -*-
# A debug build of Xen and tools?
-debug ?=
y
+debug ?=
n
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-e s/i86pc/x86_32/ -e s/amd64/x86_64/)